-
Notifications
You must be signed in to change notification settings - Fork 60
Conversation
doktordirk
commented
Jul 4, 2016
- dependencies update to aurelia rc1
- build task copied from aurelia and adapted
not working yet for aurelia-cli (pathes of jwr-decode not resolved correctly) and new webpack-plugin (wierd DI issue) |
.pipe(gulp.dest(paths.output + moduleType)); | ||
}); | ||
|
||
if (moduleType === 'native-modules') return; // typescript doesn't support the combination of: es5 + native modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a recently added feature in TypeScript 2.0 (currently in beta)
microsoft/TypeScript#6319
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, i just copy the build from aurelia. but if you can help with the webpack and cli issues ... 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curly brace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's just copied from aurelia. seems easier not change as few as possible to make updating easier
ps: atm can be tested with eg |
Looks... Okay. I haven't tested it yet but if anyone else could that'd be cool. |